Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Update appsettings.json #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MikeHookTransparity
Copy link

Scopes as arrays do not work with RequiredScope attribute. They should be strings with each scope separated by a space.

Purpose

  • ...

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Scopes as arrays do not work with RequiredScope attribute. They should be strings with each scope separated by a space.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant